home *** CD-ROM | disk | FTP | other *** search
- Path: news.iag.net!gibson1
- From: rgibson@iag.net (Robert Gibson)
- Newsgroups: comp.os.ms-windows.programmer.tools.owl,comp.lang.c++
- Subject: Re: Creating a console window
- Date: Sat, 13 Apr 96 23:52:53 GMT
- Organization: Internet Access Group, Orlando, Florida
- Distribution: world
- Message-ID: <4kpemg$hvl@news.iag.net>
- References: <316C4760.4C@interaccess.com>
- NNTP-Posting-Host: pm3-orl15.iag.net
- X-Newsreader: News Xpress Version 1.0 Beta #2.1
-
- "Thaddeus L. Olczyk" <Polczyk@interaccess.com> wrote:
- >Does anyone know how I can open a console window in a Win95 GUI app?
- >I want to dump some data for debugging purposes.
- >Richter's Advanced Windows says that it is possible, but does not say how, and
- >I have not been able to find a description anywhere else.
- >Thanks in advance.
- >Thaddeus L. Olczyk
-
- Check out the example program DIAGXPRT in the owl examples. Build it and then execute it. It will provide you with a
- debugging window that you can send text to via the OutputDebugString API call. Try it, you'll like it...
-
- Rob
-